a {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color:black;
}

a:visited {
	color:black;
	text-decoration: none;
}

#slide1 {
	background-image: url("/images/background.jpg");
	background-color: blue;
	
	/* Full height */
	height: 100%;

	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}