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

h1 {
	color: #2d807f;
}

footer {
    background-image: -webkit-linear-gradient(left top, rgb(75, 191, 192), rgb(45, 128, 127)); 
    background-position: initial initial; 
    background-repeat: initial initial;
}

#navigation ul {
    border: 2px solid rgb(45, 128, 127);
    list-style-image: none;
}

#navigation ul li a {
    color: rgb(45, 128, 127);
}
