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

h1 {
	color: #e74636;
}

footer {
    background-image: -webkit-linear-gradient(left top, rgb(254, 96, 47), rgb(231, 70, 54)); 
    background-position: initial initial; 
    background-repeat: initial initial;
}

#navigation ul {
    border: 2px solid rgb(231, 70, 54);
    list-style-image: none;
}

#navigation ul li a {
    color: rgb(231, 70, 54);
}