span, white { 
		font-family: Arial; 
		font-size: 18px;
		color: white;
		}

ul {
	list-style-type: none;
	}
	
p { 
		font-family: Arial;
		font-size: 15px;
		color: gray;
		}
	
li { 
		font-family: Arial;
		font-size: 15px;
		color: gray;
		}

a {
		text-decoration: none;
		}
	
