body {
	background-image: url('images/background.jpg');
}


h1 {
	color: White;
}


h2 {
	color: White;
}


p {
  color: White;
}


a.nounderline {
	color: White;
	text-decoration: none;
}

a.nounderline:hover {
	color: Yellow;
}

a:hover {
	color: Yellow;
}

