/* Generic Selectors */

body {

font-family: Arial, "Helvetica", sans-serif;

font-size: 12px;

color: #FFFFFF;

background-color: #000000;

background-attachment: fixed;
}

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: #FFFFFF;

}

h2 {

font-family: Arial, "Helvetica", sans-serif;

font-size: 16px;

font-weight: bold;

color: #FFFFFF;

border-bottom: 1px solid #C6EC8C;

}

 

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

a:link {

color: #8ddb37;

text-decoration: none;

font-weight: bold;

}

li :link {

color: #8ddb37;

text-decoration: none;

font-weight: bold;

}

a:visited {

color: #caf897;

text-decoration: none;

font-weight: bold;

}

li a:visited {

color: #8ddb37;

text-decoration: none;

font-weight: bold;

}

