@charset "utf-8";
/* CSS Document */

body {
background: -webkit-linear-gradient(#ffffa9, #ffa03d); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#ffffa9, #ffa03d); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#ffffa9, #ffa03d); /* For Firefox 3.6 to 15 */
background: linear-gradient(#ffffa9, #ffa03d); /* Standard syntax */
}

.heading1 {
	color: #e73c19;
	line-height: .5em;
	font-style: italic;
}

.lessoncontent {
	line-height: 1.5em;
	color: #663333;
	text-align: left;
	vertical-align: top;
	text-decoration: none;
	font-family:Tahoma, Vani, Vrinda;
	font-size: 12px;
}

.subscribe {
	
	text-align: center;
}



.lessonlink {
	color: green;
	text-decoration: none;
	font-family:Tahoma, Vani, Vrinda;
	font-weight: bold;
	font-size: 14px;
}


.lessoncontent a:link {text-decoration:none;}
.lessoncontent a:visited {text-decoration:none;}
.lessoncontent a:hover {text-decoration:underline; font-style: italic;}
.lessoncontent a:active {text-decoration:underline; font-style: italic;}


#copyright {
	font-size: .5em;
	color: #331407;
	background-color: none;
	text-align: center;
	padding-top: 1.5em;
}
#copyright a {
	color: #331407;
	text-decoration: none;
	font-style: italic;
}
