ul {
	list-style-image: url('img/Attract/AttractBullet.png');
	line-height: 150%;
}

h1 {
	color: rgb(20, 107, 63);
}

footer {
    background-image: -webkit-linear-gradient(left top, rgb(125, 192, 74), rgb(20, 107, 63)); 
    background-position: initial initial; 
    background-repeat: initial initial;
}

#navigation ul {
    border: 2px solid rgb(20, 107, 63);
    list-style-image: none;
}

#navigation ul li a {
    color: rgb(20, 107, 63);
}
