#name{
	color: white;
	}

#address{
	color: white;
	}

#contact{
	color: white;
	}

.button{
	color: white;
	}

#section{
	color: white;
	}

a{
	color: white;
	text-decoration: none;	
	}
	
a:hover{
	color: gray;
	text-decoration: underline;
	}