/* CSS page for page3.html */

html { 
  background: url(pic/usflag.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 5;
  
}

h1 {
	color:yellow;
	text-align: center;
}

.link {
	text-align: left;
	color: yellow;
	font: 10px, arial, sans-serif;
}

ul {
	color:yellow;
}

footer {
	color: red;
	font-size: 10px;
	text-align: center;
}