@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 150%;
	background-color: #ebebeb;
	padding:0;
	margin:0;
}
.default{
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
}
a {
	color:#00F;
	text-decoration:underline;
}
a:hover {
	color:#00F;
	text-decoration:underline;
}
/*containing table - in this case one column only*/

.container {
	background-color:#FFF;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	border-spacing:0px;
}
/* cell of container table with less side padding*/
.cell_index {
	text-align:justify;
	padding:10px 80px;
	vertical-align:top;
}
/* cell of container table*/
.cell {
	text-align:justify;
	padding:10px 80px;
	vertical-align:top;
}

.book_title {
	font-weight:900;
	font-size:36px;
	line-height:140%;
	margin: 100px auto;
}
.book_subtitle {
	font-weight:900;
	font-size:24px;
	margin: 100px auto;
}
.indent {
	text-indent:20px;
}
/*normal size but bold*/
.bold {
	font-weight:900;
}
/*normal size but italic*/
.italic {
	font-style:italic;
}
/*normal size but underline*/
.underline {
	text-decoration:underline;
}
.center {
	text-align:center;
}
/* a div tag to apply "aling right" in images or text*/
.right {
	text-align:right;
}
/* a div tag to apply "aling left" in images or text*/
.left {
	text-align:left;
}
p.normal{
	margin:0;
	text-indent:24px;	
}
p{
	margin:0;
	text-indent:0px;
}
.clear {
	display: block;
	overflow:hidden;
	clear: both;
}
.small {
	font-size:90%;
}
.large {
	font-size:120%;
}
.xlarge {
	font-size:150%;
}
.chapter_intro {
	font-family:'Comic Sans MS', cursive;	
	font-size:150%;
	font-weight:900;
	text-shadow: 0 0 2px #000;
	-moz-text-shadow: 0 0 2px #000;
	-webkit-text-shadow: 0 0 2px #000;
}
.special_font {
	font-family:'Comic Sans MS', cursive;
	font-size:16px;
}
.title {
	font-family:'Comic Sans MS', cursive;
	font-size:24px;
	line-height:normal;
	font-weight:900;
}
.appendix {
	font-size:24px;
	line-height:normal;
	font-weight:900;
	color:#fff;
	background-color:#e21e26;
	height:120px;
}
.appendix_title {
	font-size:22px;
	line-height:normal;
	font-weight:900;
}
.appendix_lesson{
	font-size:150%;
	font-weight:900;
	width:120px;
	padding:15px;
}
.appendix_lesson_title{
	font-size:150%;
	font-weight:900;
	font-family:'Comic Sans MS', cursive;
	padding:15px;
	text-align:center;
}
.grammar {
	font-size:24px;
	line-height:normal;
	font-weight:900;
	color:#fff;
	background-color:#f19520;
	height:120px;
}
.verbs {
	font-size:24px;
	line-height:normal;
	font-weight:900;
	color:#fff;
	background-color:#97ba3d;
	height:120px;
}
.maps {
	font-size:24px;
	line-height:normal;
	font-weight:900;
	color:#fff;
	background-color:#7f287e;
	height:120px;
}
.subtitle {
	font-size:120%;
	font-weight:900;
	font-style:italic;
}
.red{
	color:#c02026;
}
.red_light{
	color:#e21e28;
}
.yellow{
	color:#efc921;
}
.blue {
	color:#223e7d;
}
.cyan {
	color:#008bca;
}
.grey{
	color:#87889a;
}
.orange {
	color:#f49f25;
}
.purple {
	color:#834482;
}
.green {
	color:#43a147;
}
.green_dark{
	color:#006939;
}
.image_caption{
	font-size:90%;
	font-style:italic
}
.notes_blue {
 	padding:5px;
 	font-family:'Comic Sans MS', cursive;
	font-style:italic;
	font-size:16px;
	background-color:#d3e7f6;
}
.notes_orange{
	padding:5px;
 	font-family:'Comic Sans MS', cursive;
	font-style:italic;
	font-size:16px;
	background-color:#fde8cd;
}
.notes_yellow{
	padding:5px;
 	font-family:'Comic Sans MS', cursive;
	font-style:italic;
	font-size:16px;
	background-color:#fff6d0;
}
.lesson{
	font-size:150%;
	font-weight:900;
	width:120px;
	padding:15px;
}
.lesson_title{
	font-size:150%;
	font-weight:900;
	font-family:'Comic Sans MS', cursive;
	padding:15px;
}
.list_blue {
	list-style-image:url(images/tmp_bullet_blue.png);
}


/*
.chapter0 {
	font-family:'Comic Sans MS', cursive;
	font-weight:900;	
	font-size:24px;
	text-indent:20px;
	padding-bottom:10px;
}
.orange {
	color:#f36f2c;
}

.blue_dark{
	color:#144e8c;
}


.green_light {
	color:#00a658;
}
.gold {
	color:#bb9737;
}

.pink{
	color:#ec008c;
}
.grey{
	color:#a7a9ac;
}



.yellow_dark{
	color:#fdb813;
}
.olive{
	color:#a7a838;
}
.brown{
	color:#ab6b3a;
}



*/