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

h1 {
	color: #2a7eaa;
}

footer {
    background-image: -webkit-linear-gradient(left top, rgb(72, 179, 225), rgb(72, 179, 225)); 
    background-position: initial initial; 
    background-repeat: initial initial;
}

#navigation ul {
    border: 2px solid rgb(72, 179, 225);
    list-style-image: none;
}

#navigation ul li a {
    color: rgb(72, 179, 225);
}