LL@charset "UTF-8";
* {
margin:0;
padding:0;
}
body {
	background-color: #e6e1dc;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
}
@media screen {
	#header {
		position: fixed;
		top: 0px;
	}
	.nav {
		font-size: 16px;
		background-color: #000;
		text-align: center;
		padding-top: 2px;
		padding-bottom: 2px;
	}
		#main {
	width: 760px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFF;
	margin-top: 124px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position:center 100px;
	}

	p {
		margin-top:auto;
		text-align:left;
		margin-bottom:10px;
	}
}
@media print {
	#header {
		top: -50px;
	}
	.nav {
		display:none;
		font-size: 16px;
		background-color: #000;
		text-align: center;
		padding-top: 2px;
		padding-bottom: 2px;
	}
	#main {
	width: 760px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFF;
	margin-top: 0px;
	background-image: none;
	}
}
a:link, a:visited {
	font-size: 16px;
	color: #FFF;
	background-color: #000;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 760px;
	text-decoration: none;
}
a:hover ,a:active  {
	text-decoration: underline overline;
	color: #F98F40;
	background-color: #000;
}
p {
	text-align: left;
	margin-top: auto;
}
h2 {
	padding-top: 15px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h4 {
	padding-top: 10px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
ul {
	padding-left: 40px;
	font-size: 28px;
}
.bold {
	font-weight: bold;
	text-align: center;
}
.bright {
	font-style: normal;
	color: #F00;
}
.brighter {
	color: #00F;
}
.longVowel {
	border-top-style: solid;
	border-top-color: #000;
	font-weight: bold;
	color: #F00;
	border-top-width: 1px;
}
#main a:link, #main a:visited {
	background-color: #FFF;
	color: #000;
	text-decoration: underline;
	font-size: 20px;
}
#main a:hover , #main a:active{
	color: #F98F40;
	background-color: #000;
	text-decoration: underline overline;
}
.sightWord {
	color: #0B0;
}
.purple {
	color: #90C;
}

