/* css sheet for sources page */

html { 
  background: url(pic/sources.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 5;
  border: 1px solid black;
}


h1 {
	
	text-align:left;
	color:white;
	font-size: 20px;
}

footer {
	
	text-align: center;
	color:white;
	font-size: 15px;
}