@charset "UTF-8";


body {
	background-color: #CCCC66;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-decoration: none;
	line-height:1.4em;
	text-align: left;
}
a:link {
	color: #660066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #99CC00;
	text-decoration: none;
}
p {
	font-size: .9em;
	margin: .75em 0; 
	text-align: left;
}
p.space {
	margin-top: .5em;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #660066;
	font-size: 1.2em;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.purple {
	color: #660066;
}
ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	}
ul Indent {
	list-style: none;
	text-indent: 1em;
	}
form {
	text-align: left;
}
#pop {
	margin: 20px;
	text-align: left;
}
#newsletter {
	width: 817px;
	margin: 20px;
	text-align: left;
}
