/* Generic Selectors */

body {
	font-family: Arial, Geneva, serif;
	font-size: 12px;
	color: #fff;
	background-attachment: fixed;
	margin-left: -30px;
	margin-top: 0px;
}

p {
	width: 100%;
	background-attachment: fixed;
}

li {
	list-style-type: none;
	line-height: 150%;
	list-style-image: url(file:///Macintosh%20HD/Users/sarahgensert/images/arrowSmall.gif);
}

h1 {
	font-family: Arial, Geneva, seriff;
	font-size: 12px;
	font-weight: bold;
	color: #4e3d28;
}

h2 {
	font-family: Arial, Geneva, serif;
	font-size: 12px;
	font-weight: bold;
	color: #4e3d28;
	border-bottom: 1px solid #C6EC8C;
}



/**************** Pseudo classes ****************/

a:link {
	color: #4e3d28;
	text-decoration: underline;
	font-weight: bold;
}

li :link {
	color: #4e3d28;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #4e3d28;
	text-decoration: underline;
	font-weight: bold;
}

li a:visited {
	color: #4e3d28;
	text-decoration: underline;
	font-weight: bold;
}

