/* General Elements */
/* ----------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font: 12px/20px Georgia,Times,serif;
	color: #000;
	text-decoration: none;
}
p {
	margin: 0 0 1em 0;
}
img {
	border: 0;
}

/*Form Elements*/

form {
	margin: 0;
	padding: 0;
}
input, select, textarea {
	/*defines all form input styles*/
	font: 12px "Trebuchet MS",Arial,sans-serif;
}
textarea {
	line-height: 140%;
}

/*List Elements*/

li {
	list-style-position: outside;
}

/* Titles */
/* ----------------------------------------------------- */

h1 { 
	/*main story titles*/
	font: 27px/27px Georgia,Times,serif;
	font-style: normal;
	font-weight: normal;
	color: #000;
	margin: .5em 0 .4em 0;
}
h2 {
	font: 18px/18px Georgia, Times, serif;
	font-weight: normal;
	color: #000;
	margin: 0 0 1em 0;
}

/* Anchor Styles */
/* ----------------------------------------------------- */

/* Footer */

.nav {
	font: 11px/12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #999;
}
.copy {
	font: 11px/12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
}
a.nav:link {
	color: #000;
	text-decoration: none;
}
a.nav:visited {
	color: #000;
	text-decoration: none;
}
a.nav:hover {
	color: #000;
	text-decoration: underline;
}
a.nav:active {
	color: #000;
	text-decoration: underline;
}