/* CSS Document */

body { font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px; }
H1 { color: lightslategray; }
H2 { font: bolder;
	color: darkorange;
	border-bottom: 3px lightslategray dotted;
	margin-bottom: 3px; }
H3 { margin-bottom: 6px;
	border-bottom: 2px indigo dotted;
	width: 350px; }
p { font-family: Geneva, Arial, Helvetica, sans-serif;
	text-indent: 40px;
	font-size: 14px; }


a.verb { text-decoration: none;
	color: black; }
a.verb:hover { background-color: yellow; }
span.verb { background-color: yellow; }
span.adverb {
	background-color: orange;
}
span.subject {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: red; }
span.wordending { border: 1px red solid; }

/* used for title of grammar lesson pages */
div.pagefocus { font-size: 50px;
	float: left;
	margin: 0px 20px -14px 0px; }
H1.pagefocus { font-size:  50px;
	margin:  0px;
	color: indigo; }
span.titleemphasis { text-shadow: indigo 2px 2px 3px;
	text-decoration: underline; }
span.grammarpoint { color: indigo; }

.instructions { font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif; }

/* used to make blocks of text for students to read */
.doublespace { line-height: 150%; }
div.exampletext { font-size: 110%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 50px;
	border: 3px darkorange dotted;
	line-height: 175%; } 
