/* Generic Selectors */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ed1b24;
	background-color: transparent;
	background-attachment: fixed;
	margin-left: 20px;
}

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, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ed1b24;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ed1b24;
	border-bottom: 1px solid #C6EC8C;
}

 

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

a:link {

color: #ed1b24;

text-decoration: underline;

font-weight: bold;

}

li :link {

color: #ed1b24;

text-decoration: underline;

font-weight: bold;

}

a:visited {

color: #ed1b24;

text-decoration: underline;

font-weight: bold;

}

li a:visited {

color: #ed1b24;

text-decoration: underline;

font-weight: bold;

}
