/* CSS page for page5.html */

html { 
  background: url(pic/arcimg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 5;
  
}
body {
	color:black;
	text-align: center;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: normal;
}

h1 {
	color: white;
}

a {
	color: yellow;
	text-align: left;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
}

p {
	
	color:white;
	text-align: center;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: normal;
}

.script {
	
	color: white;
}

.form {
	
	color: white;
}